Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Versions.realm to v1.10.1 - autoclosed #72

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.realm.kotlin:gradle-plugin (source) 1.9.0 -> 1.10.1 age adoption passing confidence
io.realm.kotlin:library-base (source) 1.9.0 -> 1.10.1 age adoption passing confidence

Release Notes

realm/realm-kotlin (io.realm.kotlin:gradle-plugin)

v1.10.1

Breaking Changes
  • None.
Enhancements
  • [Sync] Optimized the opening of Flexible Sync Realms when waitForInitialRemoteData is used. (Issue #​1438)
Fixed
  • [Sync] Using SyncConfiguration.waitForInitialRemoteData() would require a network connection, even after opening the realm file for the first time. (Issue #​1439)
Compatibility
  • File format: Generates Realms with file format v23.
  • Realm Studio 13.0.0 or above is required to open Realms created by this version.
  • This release is compatible with the following Kotlin releases:
  • Minimum Kbson 0.3.0.
  • Minimum Gradle version: 6.8.3.
  • Minimum Android Gradle Plugin version: 4.1.3.
  • Minimum Android SDK: 16.
Internal
  • None.

v1.10.0

Breaking Changes
  • Generic arguments have been cleaned up. In a lot of places, BaseRealmObject was accepted as input. This was too broad and could result in runtime exceptions. In those places the argument has been restricted to the correct TypedRealmObject.
Enhancements
  • Loading the native library on Android above API 22 is no longer using Relinker, but now uses the normal System.loadLibrary().
  • Running Android Unit tests on the JVM is now supported instead of throwing java.lang.NullPointerException. This includes both pure Android projects (in the /test directory) and common tests in Multiplatform projects.
  • Support for passing list, sets or iterable arguments to queries with IN-operators, e.g. query<TYPE>("<field> IN $0", listOf(1,2,3)). (Issue #​929)
  • [Sync] Support for RealmQuery.subscribe() and RealmResults.subscribe() as an easy way to create subscriptions in the background while continuing to use the query result. This API is experimental. (Issue #​1363)
  • [Sync] Support for "write-only" objects which can be written to MongoDB time-series collections. This can be useful for e.g. telemetry data. Use this by creating a model classes that inherit from the new AsymmetricRealmObject base class. See this class for more information. (Issue #​1420)
Fixed
  • None
Compatibility
  • File format: Generates Realms with file format v23.
  • Realm Studio 13.0.0 or above is required to open Realms created by this version.
  • This release is compatible with the following Kotlin releases:
  • Minimum Kbson 0.3.0.
  • Minimum Gradle version: 6.8.3.
  • Minimum Android Gradle Plugin version: 4.1.3.
  • Minimum Android SDK: 16.
Internal
  • Updated to Realm Core 13.15.2, commit b8f3244.
  • Bumped Android Gradle Version to 7.3.1.
  • Add bundle ID sync connection parameter.
  • Enabled profiling for unit test modules.

v1.9.1

Breaking Changes
  • None.
Enhancements
  • None.
Fixed
  • Deleting RealmResults created by by backlinks() would crash with Cannot delete custom Deleteable objects: ObjectBoundRealmResults. (Issue #​1413)
  • Incremental compilation in combination with @PersistedName on model class names could result in schema errors when opening the Realm (Issue #​1401).
  • [Sync] Native crash if a server error was reported while using SyncConfiguration.waitForInitialRemoteData(). (Issue #​1401)
Compatibility
  • File format: Generates Realms with file format v23.
  • Realm Studio 13.0.0 or above is required to open Realms created by this version.
  • This release is compatible with the following Kotlin releases:
  • Minimum Kbson 0.3.0.
  • Minimum Gradle version: 6.8.3.
  • Minimum Android Gradle Plugin version: 4.1.3.
  • Minimum Android SDK: 16.
Internal
  • None.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/versions.realm branch from 983dd65 to 46d503d Compare June 25, 2023 12:20
@renovate renovate bot changed the title Update Versions.realm to v1.9.1 Update Versions.realm to v1.10.0 Jun 28, 2023
@renovate renovate bot force-pushed the renovate/versions.realm branch from 46d503d to 505f9b3 Compare June 28, 2023 17:12
@renovate renovate bot changed the title Update Versions.realm to v1.10.0 Update Versions.realm to v1.10.1 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/versions.realm branch from 505f9b3 to 573f84d Compare June 30, 2023 17:00
@renovate renovate bot force-pushed the renovate/versions.realm branch from 573f84d to 8bdf12f Compare July 6, 2023 15:12
@renovate renovate bot changed the title Update Versions.realm to v1.10.1 Update Versions.realm to v1.10.1 - autoclosed Jul 9, 2023
@renovate renovate bot closed this Jul 9, 2023
@renovate renovate bot deleted the renovate/versions.realm branch July 9, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants